home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung 2
/
Power-Programmierung CD 2 (Tewi)(1994).iso
/
c
/
library
/
dos
/
packer
/
lzw14
/
test_lzw._m_
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-08
|
339 b
|
17 lines
#
# Microsoft makefile for TEST_LZW.C (COMPACT model )
#
.c.obj:
cl /AC /c $*.c
test_lzw.obj: test_lzw.c
sayerror.obj: sayerror.c
dir_io.obj: dir_io.c
rw_io.obj: rw_io.c
test_lzw.exe: test_lzw.obj sayerror.obj rw_io.obj dir_io.obj lzw4c_c.lib
link/map test_lzw sayerror rw_io dir_io,test_lzw,,lzw4c_c.lib;